home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
Documents
/
Diagram
/
UW_Palettes
/
ColorGradations.dpalette2
/
Image16
(
.txt
)
< prev
next >
Wrap
NeXT TypedStream Data
|
1995-06-12
|
625b
|
27 lines
typedstream
NXImage
Object
NXEPSImageRep
NXImageRep
iisssss
[483c]%!PS-Adobe-2.0 EPSF-2.0
%%Title: LR_Sat_Yellow.eps
%%Creator: Kevin Brain
%%CreationDate: June 10 1992
%%Pages: 0 1
%%BoundingBox: 0 0 100 100
%%EndComments
/box { dup 0 exch lineto 1 index 1 index lineto pop 0 lineto closepath } bind def
/hue {.166} bind def
/topSat {1} bind def
/bottomSat {0} bind def
topSat bottomSat sub 100 div /inc exch def
100 -.5 translate
90 rotate
0 .5 99.5 {
0 .5 translate
0 0 moveto
inc mul bottomSat add hue exch 1 sethsbcolor
100 .5 box
} for